ServiceCopyItem Method (IListItemId, StandardFolder) |
Copies multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> CopyItem(
IList<ItemId> items,
StandardFolder standardFolder
)
Public Function CopyItem (
items As IList(Of ItemId),
standardFolder As StandardFolder
) As IList(Of ItemInfoResponse)
Parameters
- items
- Type: System.Collections.GenericIListItemId
The IDs of the items to copy. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to copy the items to.
Return Value
Type:
IListItemInfoResponseA collection of copy results for each of the specified item IDs.
See Also